Skip to main content

Get Linked Scrips

Request to be POSTed to uri : /NorenWClientTP/GetLinkedScrips

Request Details :

Parameter NamePossible valueDescription
jData*Should send json object with fields in below list
jKey*Key Obtained on login success.
Json FieldsPossible valueDescription
uid*Logged in User Id
token*Trading symbol of any of the options or future. Option chain for that underlying will be returned. (use url encoding to avoid special char error for symbols like M&M)
exch*Exchange (UI need to check if exchange in NFO / CDS / MCX / or any other exchange which has options, if not don't allow)

Response Details :

Response data will be in json format with below fields

Json FieldsPossible valueDescription
statNot_OkMarket watch success or failure indication.
equlsArray of json objects equls. (object fields given in below table)
futArray of json objects fut. (object fields given in below table)
opt_expArray of json objects opt_exp. (object fields given in below table)
emsgThis will be present only in case of errors. That is : 1) Invalid Input 2) Session Expired
equls Json Fields of object in values ArrayPossible valueDescription
exchNSE, BSE ...Exchange
tsymTrading symbol of the scrip (contract)
tokenToken of the scrip (contract)
ppPrice precision
tiTick size
lsLot size
multContract price multiplier, (used for order value calculation)
fut Json Fields of object in values ArrayPossible valueDescription
exchNFO, MCX ...Exchange
tsymTrading symbol of the scrip (contract)
tokenToken of the scrip (contract)
ppPrice precision
tiTick size
lsLot size
multContract price multiplier, (used for order value calculation)
opt_exp Json Fields of object in values ArrayPossible valueDescription
exdUsed for calling option chain api
exchNFO, MCX ...Exchange
tsymOne of the random Trading symbol on given expiry, useful in calling option chain